#!/bin/sh

# Remove any existing installation of Microspot X-RIP
"$3/bin/rm" -r -d "$3/Library/Printers/Microspot"

exit 0
